home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / URLMon / urlmonsupport.h < prev   
Text File  |  1996-12-14  |  645b  |  27 lines

  1. //
  2. //  urlmonsupport.h
  3. //
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  Header file for the URL Moniker support functions
  7. //
  8.  
  9. #include <Threads.h>
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. STDAPI CreateFormatEnumerator(UINT cfmtetc, LPFORMATETC rgfmtetc,
  16.             LPENUMFORMATETC *ppenumfmtetc);
  17. STDAPI RegisterFormatEnumerator(LPBINDCTX pbc, LPENUMFORMATETC
  18.             pEFetc, DWORD dwReserved);
  19. STDAPI CreateBindCtx(DWORD dwReserved, LPBINDCTX *ppbc);
  20.  
  21. STDAPI_(unsigned long) RegisterMimeFormat(LPOLESTR szFormat);
  22. STDAPI_(int) GetMimeFormatName(unsigned long atom, LPOLESTR szFormat, int MaxCount);
  23. #ifdef __cplusplus
  24. }  /* end extern "C" */
  25. #endif
  26.  
  27.